home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cigar Companion Interactive
/
Cigar Companion Interactive.iso
/
pc
/
dial.dxr
/
00003.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-26
|
254 b
|
12 lines
on mouseDown
set doIt to buttonItMIaW()
if doIt <> 0 then
set myresult to word 1 of doIt
tell the stage
resetDial(myresult)
end tell
set the modal of window "DialMenuWindow" to 0
forget(window "DialMenuWindow")
end if
end